Expand description

askalono is a crate that is Quite Good at detecting licenses from text.

To get started, have a look at the Store struct, or one of the examples in the examples directory.

Structs

A struct describing a single license identified within a larger text.

A struct describing a license that was identified, as well as its type.

Information about text that was compared against licenses in the store.

Information about scanned content.

A ScanStrategy can be used as a high-level wrapped over a Store’s analysis logic.

A representation of a collection of known licenses.

A structure representing compiled text/matching data.

Enums

The type of a license entry (typically in a Store).

Available scanning strategy modes.